home *** CD-ROM | disk | FTP | other *** search
- <html>
-
- <head>
- <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
- <title>ShowHide Action</title>
- <meta name="generator" content="Adobe GoLive 4">
- </head>
-
- <body bgcolor="white">
- <center>
- <font size="6">ShowHide Action</font>
- <hr>
- </center>
- <csactionclass name="ShowHide" function="CSShowHide" nsversion="4" ieversion="4">
- <csactionparam name="layer" type="GLActionLayerParam"></csactionparam>
- <csactionparam name="mode" type="GLActionEnumParam">
- <csactionenum name="Hide" value="0">
- <csactionenum name="Show" value="1">
- <csactionenum name="Toggle" value="2">
- </csactionparam>
- </csactionclass>
- <p>IE Functions Script
- <script language="JavaScript1.2" src="../../GlobalScripts/IE.scpt" cyberversion="N1.2"></script>
- </p>
- <p>StyleVis Functions Script
- <script language="JavaScript1.2" src="../../GlobalScripts/StyleVis.scpt" cyberversion="N1.2"></script>
- </p>
- <p>ShowHide Action Main Script
- <script language="JavaScript1.2" cyberversion="N1.2"><!--
- function CSShowHide(action) {
- if (action[1] == '') return;
- var type=action[2];
- if(type==0) CSSetStyleVis(action[1],0);
- else if(type==1) CSSetStyleVis(action[1],1);
- else if(type==2) {
- if (CSGetStyleVis(action[1]) == 0) CSSetStyleVis(action[1],1);
- else CSSetStyleVis(action[1],0);
- }
- }
- // -->
- </script>
- </p>
-
- <table cool width="221" height="153" border="0" cellpadding="0" cellspacing="0" gridx="16" showgridx gridy="16" showgridy bgcolor="#eeeeee">
- <tr height="1" cntrlrow>
- <td width="1" height="1"><spacer type="block" width="1" height="1"></td>
- <td width="4" height="1"><spacer type="block" width="4" height="1"></td>
- <td width="76" height="1"><spacer type="block" width="76" height="1"></td>
- <td width="140" height="1"><spacer type="block" width="140" height="1"></td>
- </tr>
- <tr height="6">
- <td width="1" height="6"><spacer type="block" width="1" height="6"></td>
- <td width="4" height="6"><spacer type="block" width="4" height="6"></td>
- <td width="76" height="6"><spacer type="block" width="76" height="6"></td>
- <td width="140" height="6"><spacer type="block" width="140" height="6"></td>
- </tr>
- <tr height="3">
- <td width="1" height="3"><spacer type="block" width="1" height="3"></td>
- <td width="4" height="3"><spacer type="block" width="4" height="3"></td>
- <td width="76" height="3"><spacer type="block" width="76" height="3"></td>
- <td width="140" height="22" colspan="1" rowspan="2" valign="top" align="left" xpos="80">
- <csactioncntrl name="layer" x="80" y="6" width="136" height="18" alignx="scale" aligny="top">
- </td>
- </tr>
- <tr height="19">
- <td width="1" height="19"><spacer type="block" width="1" height="19"></td>
- <td width="4" height="19"><spacer type="block" width="4" height="19"></td>
- <td width="76" height="19" colspan="1" rowspan="1" valign="top" align="left" xpos="4">
- <csactioncntrl type="InfoText" value="Floating Box" x="4" y="9" width="70" height="17" alignx="left" aligny="top">
- </td>
- </tr>
- <tr height="3">
- <td width="1" height="3"><spacer type="block" width="1" height="3"></td>
- <td width="4" height="3"><spacer type="block" width="4" height="3"></td>
- <td width="76" height="3"><spacer type="block" width="76" height="3"></td>
- <td width="140" height="124" colspan="1" rowspan="2" valign="top" align="left" xpos="80">
- <csactioncntrl name="mode" x="80" y="28" width="136" height="18" alignx="scale" aligny="top">
- </td>
- </tr>
- <tr height="121">
- <td width="1" height="121"><spacer type="block" width="1" height="121"></td>
- <td width="4" height="121"><spacer type="block" width="4" height="121"></td>
- <td width="76" height="121" colspan="1" rowspan="1" valign="top" align="left" xpos="4">
- <csactioncntrl type="InfoText" value="Mode" x="4" y="31" width="39" height="16" alignx="left" aligny="top">
- </td>
- </tr>
- </table>
- </body>
-
- </html>
-